Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / MappingCollectionBase<T> Class / Disposed Event

In This Topic
    Disposed Event (MappingCollectionBase<T>)
    In This Topic
    Represents the method that handles the Disposed event of a component.
    Syntax
    'Declaration
     
    Public Event Disposed As System.EventHandler
    public event System.EventHandler Disposed
    See Also